Einhugur Word Component for Buoy

Container.AppendParagraph Method

Appends paragraph at back of the container, creating one run for the string passed in with this method.

AppendParagraph(
   value as String) as Paragraph

Parameters

value
Text to put in the first run of the paragraph.

Returns

Paragraph
Handle to the new paragraph.

Remarks

See Also

Container Abstract Class